home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00136_Maxine Sound.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  188 b   |  8 lines

  1. on mouseUp
  2.   global gBackgroundSound
  3.   if gBackgroundSound <> 6 then
  4.     set gBackgroundSound to 6
  5.     sound playFile 2, getpn() & "Sounds:Bckgrd" & gBackgroundSound & ".aif"
  6.   end if
  7. end
  8.